home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / intro.swf / scripts / DefineButton2_77 / BUTTONCONDACTION on(release).as
Text File  |  2012-05-21  |  78b  |  7 lines

  1. on(release){
  2.    with(_root)
  3.    {
  4.       gotoAndPlay("menustart");
  5.    }
  6. }
  7.